gtk4.git
2021-09-18 Matthias ClasenAdd gsk_transform_to_2d_components
2021-09-18 Matthias ClasenAdd more transform tests
2021-09-18 Matthias Clasengsk: Add skew transforms
2021-09-18 Matthias Clasentransform: Add sections
2021-09-17 Matthias ClasenMerge branch 'glyph-clipping-fixes' into 'master'
2021-09-17 Matthias ClasenMerge branch 'wip/otte/for-master' into 'master'
2021-09-17 Benjamin Otteicontheme: Fix variable mixup leading to crashes
2021-09-17 Matthias ClasenFix glyph cache entry sizing
2021-09-17 Matthias ClasenMerge branch 'menu_button_a11y_improvements' into ...
2021-09-17 Matthias Clasengsk: Stop enlarging text bounding boxes
2021-09-17 Emmanuele BassiApply 4 suggestion(s) to 1 file(s)
2021-09-17 Matthias ClasenMerge branch 'matthiasc/for-master' into 'master'
2021-09-17 Matthias Clasentestsuite: Run the clipboard test in isolation
2021-09-17 Matthias Clasentransform: Improve docs
2021-09-17 Matthias Clasengsk: Handle 2D transforms better
2021-09-17 Matthias Clasennode editor: Preserve aspect ratio
2021-09-17 Matthias Clasenrendernodepaintable: Provide accurate aspect ratio
2021-09-17 Lukáš TyrychtrDelete unneccessary comment and make other more descriptive
2021-09-17 Matthias Clasengsk: Add a test for transform_bounds
2021-09-17 Matthias ClasenMerge branch 'fix-typo' into 'master'
2021-09-17 James Westmangtkcolorbutton: Fix documentation
2021-09-17 Benjamin OtteMerge branch 'image-loading' into 'master'
2021-09-17 Benjamin Ottegtk-demo: Use textures in listbox example
2021-09-17 Benjamin Otteexamples: Use textures over pixbufs
2021-09-17 Benjamin Otteicontheme: Implement gtk_icon_theme_lookup_by_gicon...
2021-09-17 Benjamin Ottetexture: Implement GIcon and GLoadableIcon
2021-09-17 Benjamin Ottetexture: Refactor gdk_texture_new_from_bytes()
2021-09-17 Benjamin Ottetexture: Rework error enum
2021-09-17 Benjamin Ottepixbufutils: Don't hardcode formats
2021-09-17 Benjamin Otteicontheme: Insist that people provide proper values
2021-09-17 Benjamin Otteicontheme: Use textures more
2021-09-17 Benjamin Otteicontheme: Load textures directly when possible
2021-09-17 Matthias ClasenSupport 16bit formats in the png loader
2021-09-17 Matthias Clasencontentdeserializer: Use our on jpeg loader
2021-09-17 Matthias ClasenAdd code to save jpegs
2021-09-17 Matthias Clasenbuilder: Stop using pixbufutils
2021-09-17 Matthias Clasencssimageurl: Just create a texture directly
2021-09-17 Matthias Clasenbuilder: create textures without pixbufs
2021-09-16 Benjamin Ottetexture: Add private can_load() function
2021-09-16 Benjamin Ottetexture: Split out type detection
2021-09-16 Benjamin Ottetexture: Remove declaration for nonexisting function
2021-09-16 Matthias Clasentexture: Avoid pixbufs when loading resources
2021-09-16 Benjamin Ottetestsuite: Add png and tiff methods
2021-09-16 Benjamin Ottetexture: Add gdk_texture_save_to_tiff_bytes()
2021-09-16 Matthias Clasenrendernodeparser: Avoid gdk_texture_new_for_pixbuf
2021-09-16 Matthias Clasenrendernodeparser: Use gdk_texture_save_to_png_bytes
2021-09-16 Matthias ClasenAdd contentserializer tests for textures
2021-09-16 Matthias ClasenUse our own loaders for content (de)serialization
2021-09-16 Matthias ClasenAdd tests for the jpeg loader
2021-09-16 Matthias ClasenLoad jpegs without gdk-pixbuf
2021-09-16 Matthias ClasenAdd code to load jpegs
2021-09-16 Matthias ClasenAdd gdk_texture_save_to_tiff
2021-09-16 Matthias ClasenAdd tests for the tiff loader
2021-09-16 Matthias ClasenLoad tiffs without gdk-pixbuf
2021-09-16 Matthias ClasenAdd code to load and save tiff files
2021-09-16 Matthias ClasenAdd gdk_texture_save_to_png_bytes
2021-09-16 Matthias ClasenAdd tests for the png loader
2021-09-16 Matthias ClasenSave pngs without cairo
2021-09-16 Matthias ClasenLoad pngs without gdk-pixbuf
2021-09-16 Matthias ClasenAdd code to load and save pngs
2021-09-16 Matthias Clasentexture: Add error enum
2021-09-16 Benjamin OtteMerge branch 'modern-testsuite' into 'master'
2021-09-16 Benjamin Ottereftests: Use the default (aka NGL) renderer
2021-09-16 Benjamin Ottereftests: XFAIL border-half-pixel test
2021-09-16 Benjamin Ottereftests: Use colors without rounding errors
2021-09-16 Benjamin Otterendernodeparser: Handle is_color attribute for glyphs
2021-09-16 Matthias Clasenngl: Avoid offscreens in more cases
2021-09-16 Matthias Clasenngl: Improve shortcuts for shadow nodes
2021-09-16 Benjamin Ottengl Fix bottom-right border render failure
2021-09-16 Benjamin Ottetestsuite: Switch color from khaki to yellow
2021-09-16 Benjamin Ottereftests: Make image-compare use textures
2021-09-16 Benjamin Ottereftests: Use 0.6 instead of 0.5 for alpha
2021-09-16 Benjamin Ottereftests: Use 0.6 alpha, not 0.5
2021-09-16 Benjamin Ottetestsuite: Port compare_render() to use textures
2021-09-16 Benjamin Ottetests: Update rendernode test to use textures
2021-09-16 Benjamin Ottetestuite: Add opacity-overdraw test
2021-09-16 Matthias Clasenngl: Fix opacity handling
2021-09-16 Benjamin Ottereftests: Use GdkTexture instead of cairo_surface_t
2021-09-16 Benjamin Ottereftests: Make diff pixels always opaque
2021-09-16 Benjamin Ottetestsuite: remove box-order test
2021-09-16 Benjamin OtteAPI: Add gdk_texture_new_from_filename()
2021-09-16 Benjamin Ottetestsuite: Fix race in texture-threads test
2021-09-16 Benjamin Ottegltexture: Fallback in download_float()
2021-09-16 Benjamin Ottegltexture: Fix download() for GLES
2021-09-16 Benjamin Ottetestsuite: Be more verbose in texture-threads test
2021-09-16 Matthias ClasenMerge branch 'master' into 'master'
2021-09-16 muradmDo not require wayland-protocols as dependency in the...
2021-09-16 Matthias ClasenMerge branch 'wip/jimmac/make-toolbar-togglebuttons...
2021-09-16 Jakub Steinertheme: make toggled tbuttons in toolbars visible
2021-09-16 Matthias ClasenMerge branch 'misc-texture-things' into 'master'
2021-09-16 Benjamin Ottepixbufutils: Simplify function
2021-09-16 Matthias Clasentexture: Mention download_float in the docs
2021-09-16 Matthias ClasenAdd gdk_texture_new_from_bytes
2021-09-16 Matthias ClasenMerge branch 'matthiasc/for-master' into 'master'
2021-09-16 Matthias Clasenngl: Avoid cairo_to_png in debug output
2021-09-16 Matthias ClasenFix memorytexture float conversion
2021-09-15 Matthias ClasenMerge branch 'update-readme' into 'master'
2021-09-15 Matthias ClasenApply 1 suggestion(s) to 1 file(s)
2021-09-15 Matthias ClasenUpdate the README
2021-09-15 Boyuan YangUpdate Chinese (China) translation
next